Xceed Ultimate ListBox for Silverlight Documentation
PrepareContainerForItemCore Method (ListBoxContainerConfiguration<T>)


The  container to be prepared.
The object used to prepare the container.
Applies extra properties when the ListBoxContainer is about to be used to represent a new item.
Syntax
Protected Overridable Sub PrepareContainerForItemCore( _
   ByVal container As T, _
   ByVal item As Object _
) 
Dim instance As ListBoxContainerConfiguration(Of T)
Dim container As T
Dim item As Object
 
instance.PrepareContainerForItemCore(container, item)
protected virtual void PrepareContainerForItemCore( 
   T container,
   object item
)

Parameters

container
The  container to be prepared.
item
The object used to prepare the container.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBoxContainerConfiguration<T> Class
ListBoxContainerConfiguration<T> Members

Send Feedback